home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TSPELLINGFORM / TSPELLINGFORM.txt
Text File  |  2008-08-19  |  3KB  |  173 lines

  1. object SpellingForm: TSpellingForm
  2.   Left = 337
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spelling'
  6.   ClientHeight = 268
  7.   ClientWidth = 411
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object NotFoundText: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 54
  24.     Height = 13
  25.     Caption = 'Not Found:'
  26.     FocusControl = NotFoundEdit
  27.   end
  28.   object ReplaceWithText: TLabel
  29.     Left = 8
  30.     Top = 52
  31.     Width = 67
  32.     Height = 13
  33.     Caption = 'Replace With:'
  34.     FocusControl = ReplaceWithEdit
  35.   end
  36.   object SuggestionsText: TLabel
  37.     Left = 8
  38.     Top = 94
  39.     Width = 62
  40.     Height = 13
  41.     Caption = 'Suggestions:'
  42.     FocusControl = SuggestionsListbox
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 9
  46.     Top = 228
  47.     Width = 392
  48.     Height = 2
  49.     Shape = bsBottomLine
  50.   end
  51.   object NotFoundEdit: TEdit
  52.     Left = 8
  53.     Top = 24
  54.     Width = 276
  55.     Height = 21
  56.     TabStop = False
  57.     Color = clBtnFace
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'Tahoma'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     ReadOnly = True
  65.     TabOrder = 0
  66.   end
  67.   object ReplaceWithEdit: TEdit
  68.     Left = 8
  69.     Top = 67
  70.     Width = 276
  71.     Height = 21
  72.     TabOrder = 1
  73.     OnChange = ReplaceWithEditChange
  74.   end
  75.   object SuggestionsListbox: TListBox
  76.     Left = 8
  77.     Top = 110
  78.     Width = 276
  79.     Height = 109
  80.     ItemHeight = 13
  81.     TabOrder = 2
  82.     OnClick = SuggestionsListboxClick
  83.     OnDblClick = SuggestionsListboxDblClick
  84.   end
  85.   object UndoButton: TButton
  86.     Left = 208
  87.     Top = 238
  88.     Width = 90
  89.     Height = 23
  90.     Caption = 'Undo'
  91.     TabOrder = 3
  92.     OnClick = UndoButtonClick
  93.   end
  94.   object OptionsButton: TButton
  95.     Left = 107
  96.     Top = 238
  97.     Width = 90
  98.     Height = 23
  99.     Caption = 'Options...'
  100.     TabOrder = 4
  101.     OnClick = OptionsButtonClick
  102.   end
  103.   object IgnoreAllButton: TButton
  104.     Left = 293
  105.     Top = 53
  106.     Width = 108
  107.     Height = 23
  108.     Caption = 'Ignore All'
  109.     TabOrder = 5
  110.     OnClick = IgnoreAllButtonClick
  111.   end
  112.   object IgnoreButton: TButton
  113.     Left = 293
  114.     Top = 21
  115.     Width = 108
  116.     Height = 23
  117.     Caption = 'Ignore Once'
  118.     TabOrder = 6
  119.     OnClick = IgnoreButtonClick
  120.   end
  121.   object ChangeAllButton: TButton
  122.     Left = 293
  123.     Top = 163
  124.     Width = 108
  125.     Height = 23
  126.     Caption = 'Change All'
  127.     TabOrder = 7
  128.     OnClick = ChangeAllButtonClick
  129.   end
  130.   object ChangeButton: TButton
  131.     Left = 293
  132.     Top = 131
  133.     Width = 108
  134.     Height = 23
  135.     Caption = 'Change'
  136.     TabOrder = 8
  137.     OnClick = ChangeButtonClick
  138.   end
  139.   object AddButton: TButton
  140.     Left = 293
  141.     Top = 84
  142.     Width = 108
  143.     Height = 23
  144.     Caption = 'Add To Dictionary'
  145.     TabOrder = 9
  146.     OnClick = AddButtonClick
  147.   end
  148.   object AutoCorrectButton: TButton
  149.     Left = 293
  150.     Top = 195
  151.     Width = 108
  152.     Height = 23
  153.     Caption = 'Auto-Correct'
  154.     TabOrder = 10
  155.     OnClick = AutoCorrectButtonClick
  156.   end
  157.   object CancelButton: TButton
  158.     Left = 309
  159.     Top = 238
  160.     Width = 90
  161.     Height = 23
  162.     Cancel = True
  163.     Caption = 'Cancel'
  164.     TabOrder = 11
  165.     OnClick = CancelButtonClick
  166.   end
  167.   object DialogControl: TConfigurationDialogCtrl
  168.     OnPromptWord = DialogControlPromptWord
  169.     Left = 16
  170.     Top = 120
  171.   end
  172. end
  173.